IsSynchronized Method

Summary
Determines if the
type
type is already synchronized.
Syntax
C#
VB
C++
public bool IsSynchronized( 
   MedicalViewerActionType type 
) 
  
Public Function IsSynchronized( _ 
   ByVal type As MedicalViewerActionType _ 
) As Boolean 
            public: 
bool IsSynchronized(  
   MedicalViewerActionType type 
)  

Parameters

type
MedicalViewerActionType enumeration that is being checked whether it is already synchronized or not.

Return Value

true if the type type is already synchronized; otherwise, false.

Remarks

The engine searches inside the MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> collection to determine whether a synchronization object of the specified type has already been added.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.